(sh-leading-keywords) <sh>: Add "!".
authorAndreas Schwab <schwab@suse.de>
Sat, 24 Apr 2004 20:57:48 +0000 (20:57 +0000)
committerAndreas Schwab <schwab@suse.de>
Sat, 24 Apr 2004 20:57:48 +0000 (20:57 +0000)
lisp/progmodes/sh-script.el

index 5635a1b17f792c0a9e0d6f15aa0a3f145147fe3d..f47ca3a73d4dff2e1e959050eb4ae4ad353551d2 100644 (file)
@@ -648,7 +648,7 @@ implemented as aliases.  See `sh-feature'."
 
     (rc "else")
 
-    (sh "do" "elif" "else" "if" "then" "trap" "type" "until" "while"))
+    (sh "!" "do" "elif" "else" "if" "then" "trap" "type" "until" "while"))
   "*List of keywords that may be immediately followed by a builtin or keyword.
 Given some confusion between keywords and builtins depending on shell and
 system, the distinction here has been based on whether they influence the